html {
	overflow: scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link {
	text-decoration:none;
	color:#000000;
}

a:visited
{
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:none;
	color:#FFCC00;
}

a:active {
	text-decoration:none;
}

#header-right
	{
		/* background-color: #D6D6D6; */
	}

	#header-right a
	{
		color: #ffffff;
		text-decoration: none;
		/* background-color: #ffffff; */
	}

	#header-right a:hover
	{
		/* color: #333; */
		color: #000000;
		/* background-color: #ffffff; */
	}

	.button_right
	{
		float		: right;
		width		: 90px;
		height		: 90px;
		margin-left	: 5px;
		margin-right	: 50px;
		margin-top	: 5px;
		margin-bottom	: 5px;
	}